home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #6 / Amiga Plus CD - 2004 - No. 06.iso / AmiSoft / Misc / emu / vic-emu-tools.readme.txt < prev   
Text File  |  1978-04-17  |  2KB  |  92 lines

  1. Short:    Tools and helpful info for vic-emu 0.65
  2. Author:   selector@boray.every1.net (Anders Persson)
  3. Uploader: selector@boray.every1.net (Anders Persson)
  4. Version:  1.0
  5. Type:     misc/emu
  6.  
  7. Includes:
  8.  
  9. * A document of how to use vic-emulator V0.65
  10.   (misc/emu/vicV0.65.lha) while avoiding all the bugs.
  11.   
  12. * SlowDown - A program slowing down your computer.
  13.   (vic-emu is running way too fast on today's amigas.)
  14.   With this program you can fine tune how fast you
  15.   want vic-emu (or your amiga) to run.
  16.  
  17. * PRGinfo - A program showing information about any
  18.   CBM 8 bit file. It shows the address space the file
  19.   uses in memory and also takes an educated guess of
  20.   what the file is. (Vic20 8K plugin at block 5, C64
  21.   program, program for unexpanded Vic20 etc... It also
  22.   suggests how to load the file on vic-emu and on a
  23.   real vic or C64/128. (Examples below).
  24.  
  25. * vicstart - A script to easily start vic-emu with
  26.   cartridge files.
  27.  
  28. * MakeLoCase - Program to renames files to only lo case letters.
  29.  
  30. * MakeUCase - Program to rename files to only upper case
  31.   letters and removes the .prg extension if any.
  32.  
  33.  
  34. Anders Persson
  35. http://listen.to/boray
  36.  
  37. --------------------------------------------
  38.  
  39. Three output examples from PRGinfo:
  40.  
  41. ---
  42.  
  43. CBM PRG File Info V1.0 - By Anders Persson 2004 (listen.to/boray)
  44.  
  45. File: PROGRAMMER'S AID-SYS28681.PRG
  46.  
  47. Address: 28672 to 32768   = 4096 bytes
  48.     Hex: $7000 to $8000
  49.  
  50. My guess:
  51. Vic20 4K plugin for block 3.
  52.  
  53. LOAD "PROGRAMMER'S AID-SYS28681.PRG",8,1
  54. SYS 28681
  55.  
  56. Vic-Emu command line $-load address: $6FFE
  57.  
  58. Vic-Emu before LOAD:
  59. POKE 43, 0 :POKE 44, 112 
  60.  
  61. ---
  62.  
  63. CBM PRG File Info V1.0 - By Anders Persson 2004 (listen.to/boray)
  64.  
  65. File: BOSS CHESS 1.1.PRG
  66.  
  67. Address: 4609 to 16384   = 11775 bytes
  68.     Hex: $1201 to $4000
  69.  
  70. My guess:
  71. Program you can start with RUN on Vic20 with 8K expansion.
  72.  
  73. LOAD "BOSS CHESS 1.1.PRG",8
  74. RUN
  75.  
  76. ---
  77.  
  78. CBM PRG File Info V1.0 - By Anders Persson 2004 (listen.to/boray)
  79.  
  80. File: MMCOMPUTERBRAINS
  81.  
  82. Address: 49152 to 51737   = 2585 bytes
  83.     Hex: $C000 to $CA19
  84.  
  85. My guess:
  86. Machine language or data for Commodore 64/128
  87.  
  88. LOAD "MMCOMPUTERBRAINS",8,1
  89. SYS 49152 (maybe)
  90.  
  91. ---------------------------------------
  92.